failure 483:
Requirement failed: {scalbf.14.02.01} Function executed successfully with EOK error code, while `isOverflow_Unifloat(model_res) == true` means that ERANGE SHALL be set
location |
trace |
/var/opt/lsb/test/olver-core/2013-01-21_10-20-40/util_float_scenario.utz (util_float_scenario.utt), line 16655 |
occurence |
scenario |
util_float_scenario |
specification function |
scalb_spec() |
parameter value |
CallContext context = [pid=17999,thr=b752d6c0] |
parameter value |
Unifloat * @x = (float) 3.4028234663852886e+38 (0x.FFFFFF00P128F) |
parameter value |
Unifloat * x = (float) 3.4028234663852886e+38 (0x.FFFFFF00P128F) |
parameter value |
Unifloat * @n = (float) 2.0000000000000000e+00 (0x.80000000P2F) |
parameter value |
Unifloat * n = (float) 2.0000000000000000e+00 (0x.80000000P2F) |
parameter value |
ErrorCode * @errno = EOK |
parameter value |
ErrorCode * errno = EOK |
return value |
(Unifloat *) (float) Infinity |
coverage & branch |
C x is non-zero, n - finite value |
properties |
REQ failed |
scalbf.14.02.01 |
kind |
POSTCONDITION_FAILED |
similar known bug(s)
The scalb() family of functions shall compute x*r^n, where r is the radix of the machine's
floating-point arithmetic.
According to LSB, the functions shall set EDOM error code when x is zero and n is +Inf, or x is Inf and n
is -Inf and ERANGE when overflow occurs.
But the functions sets error code EOK in these cases.
|
|